@charset "UTF-8";
/* CSS Document */

html{ height: 100%;
	  width: 100%;
}

/*    header    */
header{
    width: 100%;
    height: 125px;
}


header .logo{
    float: left;
    margin: 20px;
}

header nav{
    float: right;
    
}


header nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin: 50px;
}

header nav ul li a{
    text-decoration: none;  
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
	font-weight: 400;
	color: black;
}



header nav ul li a:hover{
    color: #B9B9B9;
}

a{
	text-decoration: none;  
}


h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
	color: black;
	text-align: center;
	font-weight: 400;
 	margin: 5px; 
	padding-top: 40px;
}

h2 {
	font-family: 'Quicksand', sans-serif;
    font-size: 20px;
	color: black;
	text-align: left;
	font-weight: 400;
	margin: 10px;
	
	
}

p {
    
	font-family: 'Quicksand', sans-serif;
    font-size: 10px;
	color: black;
	text-align: left;
	font-weight: 400;
	margin: 10px; 
}

.center {
    margin-left: auto;
    margin-right: auto;
	
}





